home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Text / HTML / MetalWEB / rexx / Aweb.rexx next >
Encoding:
OS/2 REXX Batch file  |  1999-03-25  |  216 b   |  13 lines

  1. /*
  2. ** This script shows how to obtain a list
  3. ** of an applications ARexx commands.
  4. */
  5.  
  6. options results
  7. address 'METALWEB.1'
  8.  
  9. SAVE_ALLPATH 'ram:temp.html'
  10. address 'AWEB.1'
  11.  
  12. OPEN 'file://localhost/ram:tmp.html' RELOAD
  13.